home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / C_QNA.ARJ / NOTWINAP.BCP < prev    next >
Text File  |  1991-04-01  |  753b  |  13 lines

  1. QUESTION:  I have sucessfully compiled all of the example source files
  2.            to obj files, but when I try to run them under the IDE it
  3.            tells me I cannot run a windows executable.  These are just
  4.            the example programs and have nothing to do with windows!
  5.  
  6. ANSWER:    Some of the example programs are windows programs and indeed,
  7.            you cannot run these windows programs from within the IDE.
  8.            If, however, you are certain that the example programs you
  9.            are trying to run are NOT Windows programs, then you probably
  10.            have inadvertently set the linker option for generating a
  11.            windows program (rather than a DOS program). Check your
  12.            linker options to be sure.
  13.